From 668c31bf97a6d6fb6caa630d34a2ca705906e1dd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 23 Jan 2014 18:49:12 -0500 Subject: [PATCH] Build gtk-doc scanner without deprecation warnings Use of deprecated symbols is expected in this code, no need to warn about it. --- docs/reference/gtk/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am index 848bcd731c..e66e20f48e 100644 --- a/docs/reference/gtk/Makefile.am +++ b/docs/reference/gtk/Makefile.am @@ -112,6 +112,7 @@ AM_CPPFLAGS = \ -I$(top_builddir) \ -I$(top_builddir)/gdk \ -DGTK_ENABLE_BROKEN \ + -Wno-deprecated-declarations \ $(GTK_DEBUG_FLAGS) \ $(GTK_DEP_CFLAGS) -- 2.30.2